lcWndDrwDelete Home

Deletes a drawing object from graphics window.
You can not delete all drawings from a window - at least one drawing must remain.

 BOOL lcWndDrwDelete (
   HANDLE hLcWnd,
   HANDLE hLcDrw
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
hLcDrw
  Handle to a drawing object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).